Click or drag to resize

NoteCollectionInsert Method (Int32, String)

Inserts a Note with the specified description at the specified possition.

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public void Insert(
	int index,
	string description
)

Parameters

index
Type: SystemInt32
The index at which the node is inserted.
description
Type: SystemString
The description of the Note to insert.
See Also